﻿@charset "utf-8";
@import url("global.css");
@import url("model/swiper.css");
.index {
  background: #eaeaea;
}
.index_box {
  width: 1180px;
  margin: 0 auto;
}
.index_boxp {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
.newh2p {
  border-top: 5px solid #ffc700;
}
.newh2p h2 {
  padding-top: 50px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;
  font-size: 30px;
}
.newh2p p {
  font-size: 20px;
  line-height: 1.6;
  padding-bottom: 30px;
}
.KV {
  width: 100%;
}
.KV img {
  width: 100%;
  display: block;
}
.banner {
  width: 1250px;
  overflow: hidden;
  padding: 30px 0;
  margin: -100px auto auto auto;
}
.banner ul {
  display: block;
  list-style: none;
}
.banner li {
  display: block;
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
  padding: 20px;
}
.banner li img {
  display: block;
  width: 100%;
}
.banner li a:after {
  content: "了解详情>";
  width: 100px;
  bottom: 25%;
  background-color: #ffcc00;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.25s;
  white-space: nowrap;
}
.banner li a:after,
.banner li strong {
  position: absolute;
  left: 100px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.banner li strong {
  top: -5px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.banner li:hover a:after {
  bottom: 26%;
}

.index_signup {
  height: 811px;
  background: url(../img/08.png) center no-repeat;
  position: relative;
  top: -90px;
}
.index_signup .warp {
  height: 770px;
  position: relative;
  padding-top: 100px;
}
.index_signup .warp .title {
  font-size: 36px;
  text-align: center;
  padding: 20px;
}
.index_signup .warp .notice {
  font-size: 24px;
  line-height: 1.75;
  font-weight: bold;
}
.index_signup ._form {
  position: absolute;
  top: 380px;
  right: 120px;
  width: 340px;
}
.index_signup ._form h3 {
  font-size: 28px;
  text-align: center;
  padding-bottom: 30px;
}
.index_signup ._form_item {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.index_signup ._form_text {
  background: none;
  color: #202020;
  border: 1px solid #202020;
  height: 30px;
  outline: none;
  font-size: 14px;
  padding-left: 5px;
  width: 230px;
}
.index_signup ._form_item_title {
  white-space: nowrap;
  width: 100px;
  display: inline-block;
  text-align: justify;
  overflow: hidden;
}
.index_signup .select {
  width: 230px;
}
.index_signup .check-box {
  cursor: pointer;
  border-radius: 3px;
  font-family: CAT;
  font-size: 12px;
  color: #202020;
  text-align: center;
  border: 1px solid #202020;
  height: 17px;
  width: 17px;
  display: inline-block;
  float: left;
  margin-right: 9px;
}
.index_signup .check-box.checked:after {
  content: "\e60a";
}
.index_signup .privacy {
  clear: both;
  font-size: 12px;
  color: #333;
  padding-top: 10px;
}
.index_signup .privacy a {
  color: #333;
  text-decoration: underline;
}
.index_signup ._form_button {
  background-color: #202020;
  color: #ffcd00;
  border: none;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  width: 100%;
  margin-top: 20px;
}

.index_signup ._form_tip {
  color: #666;
  font-size: 12px;
  line-height: 2;
  display: block;
  text-align: center;
}

.index_signup .select-selected {
  background: none;
  color: #202020;
  border-color: #202020;
}
.index_signup .select-selected:after {
  color: #202020;
  border-color: #202020;
}
.index_signup .select-options {
  background-color: #555;
}
.index_signup .select-options li:not(:last-child) {
  border-color: #444;
}
.index_signup .select-options a {
  color: #999;
}
.index_signup .select-options a:hover,
.index_signup .select-options li.current a {
  background-color: #444;
  color: #bbb;
}
.index_signup .select:hover .select-selected {
  border-color: #000;
  color: #000;
}

.index_flow {
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 9;
}

/* 弹出层 */
.shady-layer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.sl-content {
  position: relative; /* top: 2.62rem; padding: 0 50px 28px; */
  width: 602px;
  height: 100%;
  overflow-y: auto;
}
.sl-content img {
  width: 100%;
  height: auto;
}
.sl-content p.bold {
  font-weight: bold;
}
.sl-content p.line-height-1 {
  line-height: 1;
}
.sl-content .circle {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 19px;
  background: #342a00;
}
.sl-content .float-left {
  float: left;
  height: 30px;
  line-height: 30px;
}
.sl-content .float-right {
  float: left;
  line-height: 30px;
  width: 480px;
}
.sl-content .double-height {
  height: 60px;
}
.sl-content .w-334 {
  display: inline-block;
  width: 312px;
}

.sl-content .p1 {
  font-size: 28px;
  line-height: 80px;
  text-align: center;
}
.sl-content .p2 {
  font-size: 20px;
  line-height: 30px;
  overflow: hidden;
  word-break: break-all;
}
.sl-content .p3 {
  font-size: 20px;
  line-height: 48px;
}
.sl-content .p4 {
  margin-top: 18px;
  font-size: 19px;
  line-height: 24px;
}
.sl-content .sl-button {
  width: 204px;
  height: 56px;
  background: #ffcc00;
  margin: 15px auto 0;
  line-height: 56px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
}
.shady-layer .sl-wrap {
  position: relative; /* top: 2.62rem; padding: 0 50px 28px; */
  top: 10%;
  width: 602px;
  height: 80%;
  margin: 0 auto;
  border: 1px solid #9c9c9c;
  background: #fdfbf4;
}
.sl-wrap .close {
  position: absolute;
  top: 0;
  right: -2px;
  width: 54px;
  height: 55px;
  background: url(../img/why-join-close.png) no-repeat 0 0;
  background-size: 54px 55px;
  cursor: pointer;
}

.qrcode-layer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.qrcode-layer .content {
  width: 690px;
  height: 475px;
  background: #fff;
  border: 2px solid #ccc;
  position: relative;
  top: 100px;
  margin: 0 auto;
  text-align: center;
}
.qrcode-layer .p1 {
  color: #ffcc00;
  font-size: 28px;
  line-height: 80px;
  font-weight: bold;
}
.qrcode-layer .p2 {
  font-size: 18px;
  line-height: 1.6;
}
.qrcode-layer #qrcode-create {
  display: none;
  margin: 40px auto 0;
}
#qrcode-create-img-div {
  width: 160px;
  height: 160px;
  display: inline-block;
  font-size: 0;
  line-height: 160px;
  text-align: center;
  position: relative;
}
.qrcode_box {
  padding: 40px 60px 0 60px;
}
/*.qrcode_box .qrcode_box_left{
	width: 35%;
	border-right: 1px solid #cccccc;
	float: left;
}
.qrcode_box .qrcode_box_right{
	float: right;
	width: 65%;
}
.qrcode_box .qrcode_box_right img{
	height: 160px;
	width: auto;
}*/
.qrcode_box .qrcode_box_left span {
  margin-top: 20px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 10px;
}
.qrcode_box .qrcode_box_left span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -19px;
  width: 24px;
  height: 43.2px;
  background: url(../../img/phone_icon.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
/*.qrcode_right_text{
	padding-top: 20px;
}
.qrcode_right_text a{
	color: #000;
	line-height: 1.4;
	display: inline-block;
	position: relative;
	padding-left: 35.8px;
}
.qrcode_right_text a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -10px;
	width: 40.8px;
	height: 36.8px;
	background: url(../../img/pc_icon.png) no-repeat;
	background-size: 100% 100%;
	transform: translateY(-50%);
}*/
.qrcode-layer #qrcode-create-img {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
}
.qrcode-layer #cat-logo {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.qrcode-layer .confirm {
  position: absolute;
  top: 10px;
  right: 10px;
}
.qrcode-layer .confirm {
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.pointer-area {
  display: none;
  position: absolute;
  bottom: 51px;
  left: 231px;
  width: 254px;
  height: 88px;
  cursor: pointer;
}
.pointer-area-hand {
  position: absolute;
  bottom: 196px;
  right: 20px;
  width: 354px;
  height: 60px;
  cursor: pointer;
  text-align: right;
}
/* .pointer-area-hand { animation: hand-flicker 1s; } */
.hand {
  width: 90px;
  height: 60px;
}

.overflow-hidden {
  overflow: hidden;
}

/* 

    position: absolute;
    bottom: 138px;
    left: 427px;
    width: 80px;
    height: 60px;
    cursor: pointer;
*/
/* .middle-right-div { position: absolute; bottom: 80px; right: 0; width: 579px; height: 297px; background: url(../img/middle-right-bg.png) no-repeat 0 0; }
.middle-right-div .reg { position: absolute; bottom: 0; left: 75px; width: 198px; height: 50px; cursor: pointer; }
.middle-right-div .sign { position: absolute; bottom: 0; right: 75px; width: 198px; height: 50px; cursor: pointer; } */

.mrr-wrap,
.mrrbanner-wrap,
.wahaha-wrap,
.services-wrap,
.mask-login-reg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 4;
  display: none;
}
.mrr-wrap .middle-right-reg,
.mask-login-reg .middle-right-reg {
  position: absolute;
  top: calc(50% - 260px);
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 560px;
  height: 520px;
  background: #ffcc00;
  display: none;
}
.mrr-wrap .middle-right-reg.sign,
.mask-login-reg .middle-right-reg.sign {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 420px;
  height: 280px;
  background: #ffcc00;
  display: none;
}
.middle-right-reg h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
}

.middle-right-reg ._form_ImgTitle {
  display: flex;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  width: 440px;
  margin: 0 auto;
}
.middle-right-reg ._form_Img {
  width: 20%;
}
.middle-right-reg ._form_Img img {
  width: 100%;
}
.middle-right-reg ._formTitle {
  width: 80%;
}
.middle-right-reg ._form_title {
  font-size: 18px;
  /* height: 40px;
    line-height: 40px */
}
.middle-right-reg ._form_sub_title {
  font-size: 13px;
  font-weight: normal;
}
.form_text_tip {
	width: 440px;
	margin: 0 auto 10px;
	font-size: 16px;
  }
.middle-right-reg ._form_item {
  margin: 0 60px;
  width: 340px;
  line-height: 30px;
  padding: 5px 0;
}
.middle-right-reg .sshy {
  position: absolute;
  width: 340px;
  left: 50%;
  margin-left: -220px;
  overflow: visible;
}
.middle-right-reg.sign .form_item{
  margin:0 40px;
}
.middle-right-reg ._form_sign {
  font-weight: bold;
  color: red;
  font-size: 18px;
  padding: 0 5px;
  vertical-align: middle;
}
.middle-right-reg ._form_item ._form_sign,
.middle-right-reg .privacy ._form_sign {
  padding-left: 0px;
  width: 15px;
}
.middle-right-reg ._form_item ._form_sign {
  float: left;
  padding-top: 2px;
}
.middle-right-reg ._form_item_title {
  float: left;
  font-size: 13px;
  font-weight: bold;
}
.middle-right-reg ._form_text {
  width: 252px;
  float: right;
  font-size: 18px;
  background: transparent;
  border: 1px solid #000;
  line-height: 30px;
  padding: 0 10px;
}
.middle-right-reg ._form_select {
  position: relative;
  float: right;
  width: 252px;
}
.middle-right-reg .select.show {
  position: absolute;
  width: 100%;
  height: 300px;
}
.middle-right-reg .privacy {
  width: 447px;
  margin: 45px auto 0;
  font-size: 13px;
}
.middle-right-reg .form_text_detail {
  width: 440px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: bold;
}
.middle-right-reg .privacy.market {
  margin: 10px auto 0;
}
.middle-right-reg .privacy .check-box {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  margin-right: 8px;
  vertical-align: middle;
}
.middle-right-reg .privacy .check-box.checked {
  background: url(../img/confirm-mark.png) no-repeat center center;
  background-size: 80% auto;
}
.middle-right-reg #index_signup_submit,
.middle-right-reg ._form_button {
  display: block;
  width: 360px;
  height: 40px;
  background: #000;
  margin: 30px auto 0;
  border: 0;
  font-size: 18px;
  color: #ffcc00;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.middle-right-reg a {
  color: #000;
  text-decoration: underline;
}
.middle-right-reg .select-selected {
  color: #000;
  text-decoration: none;
}
.middle-right-reg .select-selected:hover {
  border-color: #000;
  color: #000;
}
.middle-right-reg .select.show a {
  color: #000;
  text-decoration: none;
}
.middle-right-reg .select-selected {
  color: #000;
  background: #ffcc00;
  border-color: #000;
}
.middle-right-reg .select.show .select-options:hover select-selected {
  border-color: #000;
}
.middle-right-reg .select.show .select-options li:hover a {
  color: #fff;
}

.middle-right-reg .select-selected:after {
  border-color: #000;
  color: #000;
}

.middle-right-reg .select-options {
  background: #ffcc00;
}
.middle-right-reg ._form_tip {
  clear: both;
  display: block;
  float: none;
}
.middle-right-reg .close {
  width: 54px;
  height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.middle-right-reg .close img {
  width: 70%;
  height: 70%;
  cursor: pointer;
}
.middle-right-reg .join-us {
  margin: 15px auto;
  width: 340px;
  line-height: 1;
}
.middle-right-reg #index_sign {
  display: block;
  width: 340px;
  height: 40px;
  background: #000;
  margin: 0 auto 0;
  border: 0;
  font-size: 18px;
  color: #ffcc00;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.middle-right-reg .click-reg {
  text-decoration: underline;
  cursor: pointer;
}

.winner-list-div-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.winner-list-div {
  position: relative;
  top: 10%;
  margin: 0 auto;
  width: 634px;
  height: 80%;
  overflow-y: auto;
  overflow-x: hidden;
}
.winner-list-div .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
}
.winner-list-div .close img {
  width: 100%;
  height: 100%;
}

.middle-container {
  position: absolute;
  bottom: 77px;
  left: 0;
  margin: 0 auto;
  width: 1250px;
  height: 300px;
}
.middle-left-div {
  position: absolute;
  top: 9px;
  left: 15px;
  width: 378px;
  height: 226px;
}
.middle-center-div {
  position: absolute;
  top: 4px;
  left: 402px;
  width: 449px;
  height: 298px;
}
.middle-right-div {
  position: absolute;
  top: -11px;
  right: 0;
  width: 463px;
  height: 292px;
}

/* .middle-center-div a { display: block; position: absolute; bottom: 0; left: 44px;  width: 354px; height: 59px; } */
.middle-center-div .reg {
  position: absolute;
  bottom: 0;
  left: 25px;
  width: 180px;
  height: 50px;
  cursor: pointer;
}
.middle-center-div .sign {
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 180px;
  height: 50px;
  cursor: pointer;
}
.middle-center-div .actlist {
  position: absolute;
  bottom: 0;
  right: 55px;
  width: 348px;
  height: 60px;
  cursor: pointer;
  background: url(../img/actlist-bg.jpg) no-repeat 0 0;
}

.swiper-pagination-bullet {
  width: 45px;
  height: 8px;
  border-radius: 0;
}
.swiper-pagination-bullet-active {
  width: 45px;
  height: 8px;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
}
.why_cat_signup {
  width: 100%;
  height: 694px;
  position: relative;
  background-size: 100% 100%;
}
.why_cat_signup h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 30px;
}
.why_cat_signup p {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}
.why_cat_signup .newwrap {
  padding: 0 60px;
}
.why_box {
  position: absolute;
  bottom: 160px;
  left: 60px;
}
.why_box .why_box_top {
  background-size: 100% 100%;
  width: 574px;
  height: 323px;
  position: relative;
}
.why_box .why_box_top .pointer-area-hand {
  position: absolute;
  top: 108px;
  right: 6px;
  width: 280px;
  height: 127px;
}
.why_box .why_box_top .pointer-area-bottom .hand {
  width: 50px;
  height: 55px;
  position: absolute;
  top: 35px;
  right: -30px;
  animation: opacity01 0.7s linear infinite;
}
@keyframes opacity01 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
.why_box .why_box_top .pointer-area-bottom {
  width: 220px;
  height: 60px;
  position: absolute;
  bottom: 20px;
  right: 100px;
  cursor: pointer;
}
.pointer-area-rw {
  position: absolute;
  top: -15px;
  left: 95px;
}
.pointer-area-rw img {
  width: 191px;
  height: 328px;
}
.pointer-rotate-box {
  position: absolute;
  top: 60px;
  right: 0;
  text-align: center;
}
.swiper-container-rotate {
  position: relative;
  overflow: hidden;
  width: 110px;
  height: 210px;
}
.pointer-rotate-box .swiper-slide {
  vertical-align: middle;
}
.pointer-rotate-box .pointer-img-box {
  height: 70px;
  vertical-align: middle;
  line-height: 70px;
}
.pointer-rotate-box img {
  width: 45%;
  vertical-align: middle;
}
.pointer-rotate-box .swiper-slide-active img {
  width: 70%;
}
.winner-list-div .close img {
  cursor: pointer;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.why_cat_signup .middle-center-div {
  position: absolute;
  bottom: 60px;
  left: 120px;
  top: auto;
  background: none;
  height: auto;
}
.why_cat_signup .middle-center-div .reg {
  /* background: url(../../img/register_button.png) no-repeat; */
  width: 171px;
  height: 52px;
  float: left;
  cursor: pointer;
  position: static;
}
.why_cat_signup .middle-center-div .sign {
  width: 171px;
  height: 52px;
  float: left;
  margin-left: 30px;
  cursor: pointer;
  position: static;
}
.column_list {
  width: 100%;
  background: #fff;
}
.column_list .column_wrao {
  padding-top: 16px;
}
.column_list .column_wrao ul li {
  width: 33.3333%;
  float: left;
  text-align: center;
  list-style: none;
  padding: 0 8px;
  margin-bottom: 16px;
}
.column_list .column_wrao .silver {
  background: url(../../img/silver.jpg) no-repeat;
  background-size: 100% 100%;
}
.column_list .column_wrao .silver p {
  text-shadow: 2px 2px 2px #fff;
  display: inline-block;
}
.column_list .column_wrao .gold {
  background: url(../../img/gold.jpg) no-repeat;
  background-size: 100% 100%;
}
.column_list .column_wrao ul li a {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  padding: 70px 0;
  display: block;
  position: relative;
}
.column_list .column_wrao span {
  display: inline-block;
  font-size: 14px;
  color: #000;
  padding: 8px 16px;
  position: absolute;
  bottom: 17px;
  right: 8px;
  background: #ffcc00;
  font-weight: 600;
  box-shadow: 0px 3px 8px rgba(255, 204, 0, 0.4);
}
.text-flow {
  width: 100%;
  padding: 15px 0;
  cursor: pointer;
}
.text-flow marquee {
  color: #2679b8;
  font-size: 16px;
}
.column_list .column_wrao .rightpdd,
.column_list .column_wrao .leftpdd {
  position: relative;
  padding-right: 0;
}
.column_list .column_wrao .mini_qrcode {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  z-index: 9;
}
.column_list .column_wrao .mini_qrcode img {
  width: 150px;
}
.column_list .column_wrao .leftpdd {
  padding-left: 0;
}

/*实干家弹层*/
.qrcode_gostory {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.qrcode_gostory_box {
  width: 400px;
  position: relative;
  margin: 150px auto 0 auto;
  text-align: center;
  padding: 50px 0 50px 0;
  background: #fff;
}
.qrcode_gostory .gostory_confirm {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.qrcode_gostory .gostory_confirm img {
  width: 100%;
}
.qrcode_gostory_box p {
  margin-top: 20px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 10px;
}
.qrcode_gostory_box p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -19px;
  width: 24px;
  height: 43.2px;
  background: url(../../img/phone_icon.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
